header {
    width: 100%;
    height: 124px;
    background-color: #fff;
}

header .head {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}

.head .head-top {
    width: 1280px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
}

.head .head-top .head-top-left {
    height: 60px;
    display: flex;
    align-items: center;
}
.head .head-top .head-top-left img{
    width: 124px;
    height: 36px;
}
.head .head-top .head-top-left span {
    display: block;
    width: 10px;
    height: 2px;
    background-color: rgba(21, 29, 63, 0.3);
    margin: 0 10px;
}

.head .head-top .head-top-left .swiper-container {
    height: 12px;
}

.head .head-top .head-top-left p {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 300;
    color: #151D3F;
}

.head .head-top .head-top-right {
    display: flex;
    align-items: center;
}

.head .head-top .head-top-right ol {
    height: 60px;
    display: flex;
    align-items: center;
    margin-right: 19px;
}

.head .head-top .head-top-right ol li {
    height: 60px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #626884;
    line-height: 60px;
    margin-right: 15px;
    position: relative;
}

.head .head-top .head-top-right ol li a {
    width: 100%;
    height: 100%;
    color: #626884;
    position: relative;
}

.head .head-top .head-top-right ol li:hover a {
    color: #999;
}

.head .head-top .head-top-right ol li a img {
    display: none;
    position: absolute;
    left: -22px;
    top: 20px;
    z-index: 99999;
}

.head .head-top .head-top-right ol .code:hover a img {
    display: block;
}

.head .head-top .head-top-right .phone {
    height: 60px;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 60px;
    display: flex;
    align-items: center;
}

.head .head-top .head-top-right .phone img {
    margin-right: 5px;
}

.head-bottom {
    width: 1280px;
    height: calc(100% - 60px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head-bottom .nav {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-bottom .nav li {
    height: 64px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #151D3F;
    line-height: 64px;
    position: relative;
    margin-right: 30px;
    text-align: center;
}
.head-bottom .nav li:nth-child(2) a{
    color: #E80000;
    background: url(../images/moban-hot.gif) no-repeat right 0px;
}
.head-bottom .nav .gu a {
    color: #FF6D00 !important;
}

.head-bottom .nav li .select-1 {
    width: 110px;
    height: 86px;
    background: #FFFFFF;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.06);
    position: absolute;
    z-index: 999999;
    left: -16px;
    top: 50px;
    display: none;
}

.head-bottom .nav li .select-1 a {
    display: block;
    width: 106px;
    height: 30px;
    border-radius: 2px;
    font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #151D3F;
    line-height: 30px;
    text-align: center;
    margin: 10px auto 5px;
}

.head-bottom .nav li .select-1 a:hover {
    color: #151D3F;
    font-weight: bold;
    background: #F1F2F7;
}

.head-bottom .nav li a {
    width: 100%;
    height: 100%;
    color: #151D3F;
    display: flex;
    align-items: center;
}

.head-bottom .nav li a img {
    margin-left: 5px;
}

.head-bottom .nav li:hover .select-1 {
    display: block;
}

.head-bottom .nav li:hover .select-1 a {
    color: #151D3F;
}

.head-bottom .nav li:hover a {
    color: #E80000;
}

.head-bottom .nav li a span {
    display: none;
}

.head-bottom .nav .sele a span {
    display: block;
    width: 28px;
    height: 3px;
    background: #E80000;
    border-radius: 2px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -14px;
}
.app-header{
    display: none;
}
@media only screen and (max-width: 750px){
    header{
        display: none;
    }
    .app-header {
        display: block;
        width: 100%;
        height: 55px;
        background: #7131E9;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .app-header .logo {
        display: block;
        width: 108px;
    }
    .app-header .back {
        display: block;
        width: 25px;
        height: 35px;
        background: url(../images/app-header-last.png) no-repeat center center;
        background-size: 13px 20px; 
    }

    .app-header .logo img {
        width: 100%;
    }

    .app-header .kind {
        display: block;
        width: 25px;
        height: 35px;
        background: url(../images/app-show-header-kind.png) no-repeat center center;
        background-size: 24px 6px;
    }
    .app-header h3{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        width: 275px;
        height: 16px;
        line-height: 16px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center;
    }
}